<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************** 浮动QQ float QQ start **************************/
.my_float_qq
{
	position: absolute !important;
	right: 60px;
	top: 0px;
	/*_top: expression(documentElement.clientHeight - getElementById("float_qq").offsetHeight + documentElement.scrollTop - 225 + "px");*/
}
.my_float_qq
{
	z-index: 100;
	width: 150px;
	/*height: 256px;*/
	/*background: url("Images/qq.jpg") no-repeat;*/
}

.my_float_qq .my_qq
{
	
	padding-bottom: 10px;
	width: 150px;
	height: auto;
	overflow: hidden;
	/*border: 6px solid #68382A;*/
	background: #fff;
}

.my_float_qq .my_qq .my_title
{
	position: relative;
	width: 123px;
	height: 20px;
	overflow: hidden;
	background: #68382A;
	border: 1px solid #fff;
	cursor: pointer;
	text-align: center;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
}
.my_float_qq .my_qq img
{
	margin-right: 6px;
}
.my_float_qq .my_qq .my_div_qq
{
	margin-top: 2px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-family: 微软雅黑;
}

.my_qq_name
{
    line-height:200%;
    color:#666;
}


/************************ float QQ end ********************************/</pre></body></html>